Click or drag to resize

ServiceCreateCategoryList Method (CategoryList, FolderId)

Creates the category list.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Response CreateCategoryList(
	CategoryList categoryList,
	FolderId folderId
)

Parameters

categoryList
Type: Independentsoft.ExchangeCategoryList
The category list.
folderId
Type: Independentsoft.ExchangeFolderId
The folder identifier.

Return Value

Type: Response
Response.
See Also